.section0 {
    position: relative;
    max-width: 100vw;
    height: auto;
}

.faixa0 {
    position: relative;
    top: 0;
    background: rgb(5,28,44);
    background: linear-gradient(180deg, rgba(5,28,44,1) 0%, rgba(2,18,29,0.36182598039215685) 54%, rgba(1,12,19,0) 90%);
    width: 100vw;
    height: 50vw;
    z-index: 1;
    margin-bottom: -50vw;
}

.videomainctn {
    position: relative;
    width: 100vw;
    height: auto;
}

.videomain {
    position: relative;
    top: 0vw;
    width: 100%;
    height: 100%;
    z-index: 0;
    margin-bottom: -14vw;
}

.buttonclinicas {
    position: relative;
    top: -17vw;
    left: 5vw;
    background-color: #ffffff1e;
    border: 0.1vw solid #ffffff;
    width: 25.8vw;
    height: 3.5vw;
    border-radius:  0.5vw;
    box-sizing: border-box;
    color: hsl(0, 0%, 100%);
    font-family: 'Open Sans';
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    line-height: 1px;
    text-align: center;
    transition: all .1s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
    touch-action: manipulation;
    margin-bottom: 1vw;
    z-index: 2;
}

.buttonclinicas:hover {
    background-color: #f1f1f1;
    color: #000000;
}

.buttonclinicasfont {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 1rem;
}


.section1 {
    background-color:#ffffff;
    height: auto;
    z-index: 3;
}

.titulo0 {
    position: relative;
    top: -20vw;
    left: 5vw;
    width: 30vw;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 2.8rem;
    color: #ffffff;
    z-index: 2;
    line-height: 5vw;
}

.faixabranca {
    position: relative;
    top: -10vw;
    height: 10vw;
    width: 100vw;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(248,248,248,0) 100%, rgba(0,0,0,1) 100%);
    z-index: 0;
}


.titulo11 {
    position: relative;
    top: -7vw;
    left: 5vw;
    width: 90vw;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 2.8rem;
    color: #009fe3;
}

.titulo12 {
    position: relative;
    top: -7vw;
    left: 5vw;
    width: 90vw;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 2rem;
    color: #545454;
}

.titulo13 {
    position: relative;
    top: -4vw;
    left: 5vw;
    opacity: 1;
    width: 50vw;
    text-align: left;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 1.5rem;
    transform: translateX(-10vw);
    color: #0d172a;
    transition: 1s ease;
    animation: slidein 1s forwards;

}

.fadein {
    transform: translateX(-10vw);
    opacity: 1;
    animation: slidein 1s forwards;
}

@keyframes slidein {
    from {
        opacity: 0;
        transform: translateX(-10vw);
    }
    to {
        opacity: 1;
        transform: translateX(0vw);
    }
}

.titulo14 {
    position: relative;
    top: -3vw;
    left: 5vw;
    opacity: 0;
    width: 90vw;
    text-align: justify;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 1.1rem;
    color: #000000;
    animation: slidein 1s forwards;
}


.section2 {
    height: auto;
}

.imagem1 {
    position: relative;
    width: 100vw;
    margin-bottom: -15vw;
}

.titulo21 {
    position: relative;
    top: -35vw;
    left: 5vw;
    width: 90vw;
    text-align: justify;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 3.4vw;
    color: #ffffff;
    margin-top: 15vw;
}

.titulo22 {
    position: relative;
    top: -32vw;
    left: 5vw;
    width: 90vw;
    text-align: justify;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 1.25rem;
    color: #ffffff;
    margin-bottom: -15vw;
}

.buttonclinicas2 {
    position: relative;
    top: -13vw;
    left: 5vw;
    background-color: transparent;
    border: 0.1vw solid #ffffff;
    width: 43vw;
    height: 3.5vw;
    border-radius:  0.5vw;
    box-sizing: border-box;
    color: hsl(0, 0%, 100%);
    font-family: 'Open Sans';
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    line-height: 1px;
    text-align: center;
    transition: all .1s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
    touch-action: manipulation;
    margin-bottom: 1vw;
    z-index: 2;
}

.buttonclinicas2:hover {
    background-color: #f1f1f1;
    color: #000000;
}

.buttonclinicas2font {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 1rem;
}

.section3 {
    background-color: #ffffff;
    height: auto;

}

.titulo3 {
    position: relative;
    top: 3vw;
    left: 5vw;
    width: 90vw;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 2rem;
    color: rgb(5,28,44);
}

.box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row;
    overflow: hidden;
}

.box1 {
    position: relative;
    top: 6vw;
    left: 0vw;
    display: flex;
    flex-direction: column;
    width: 26vw;
    height: auto;
    background: #051c2c;
    border-radius: 1.6vw;
    color: #ffffff;
    margin-left: 2.7vw;
    margin-bottom: 11vw;
}

.d1 {
    position: relative;
    top: 2vw;
    left: 2.5vw;
    width: 21vw;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 1.1rem;
    color: #ffffff;
}

.db1 {
    position: relative;
    top: 4vw;
    left: 2.5vw;
    width: 21vw;
    text-align: justify;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 7vw;
}

.scroll_ball {
    display: none;
    position: relative;
    width: 20vw;
    height: 10px;
    left: 50vw;
    top: 0vh;
    margin-bottom: 5vh;
}

.ball {
    display: none;
    position: relative;
    left: -25px;
    top: 0;
    background: #727272;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    
}

.ball_activated {
    background: #fff;
    border: 2px solid #4a4a4a;
}


.icone1 {
    position: relative;
    top: 1vw;
    left: 0vw;
    height: 8vw;
}

.icone2 {
    position: relative;
    top: 2vw;
    left: 0vw;
    height: 7vw;
    margin-bottom: 1vw;
}

.box1:hover {
    box-shadow: 2px 2px 10px #3e3e3e;
}

@media (max-width: 768px) {

    .videomainctn {
        overflow-x: hidden;
        height: 40vh;
    }

    .videomain {
        object-fit: cover;
    }

    .titulo0 {
        width: 90vw;
        text-align: center;
        font-size: 2rem;
        height: 0;
        top: -30vh;
        line-height: 3rem;
        z-index: 5;
    }

    .faixabranca {
        top: -20vw;
    }

    .buttonclinicas {
        width: 90vw;
        height: 10vw;
        top: -28vw;
    }

    .buttonclinicasfont {
        font-size: 0.8rem;
    }

    .titulo11 {
        top: -9vw;
        font-size: 2rem;
        font-weight: 400;
        margin-top: -5vh;
    }

    .titulo12 {
        font-size: 1.5rem;
    }

    .titulo13 {
        top: 0vw;
        width: 90vw;
        text-align: center;
        font-size: 1.2rem;
    }

    .titulo14 {
        top: 2vw;
        font-size: 1rem;
        margin-bottom: 5vh;
    }

    .titulo21 {
        top: -42vw;
        font-size: 5vw;
        width: 50vw;
        text-align: left;
    }

    .titulo22 {
        font-size: 2.5vw;
        top: -40vw;
        width: 45vw;
        text-align: left;
    }


    .buttonclinicas2 {
        top: -23vw;
        width: 90vw;
        height: 7vw;
    }

    .buttonclinicas2font {
        font-size: 0.8rem;
    }


    .titulo3 {
        font-size: 2rem;
        font-weight: 300;
        top: 0vw;
        margin-top: -18vw;
    }

    .box {
        flex-wrap: nowrap;
        width: 400vw;        
    }

    .box1 {
        position: relative;
        max-width: none;
        left: 0vw;
        width: 90vw;
        margin-left: 5vw;
        margin-right: 5vw;
        padding-right: 10vw;
        transition: all 0.5s ease-in-out;
    }

    .d1 {
        left: 5vw;
        width: 80vw;
    }

    .db1 {
        left: 5vw;
        width: 80vw;
    }

    .icone1 {
        left: 5vw;
    }

    .icone2 {
        left: 5vw;
    }

    .scroll_ball {
        display: block;
    }

    .ball {
        display: block;
    }

}